chore(release): prepare 4.1.0 docs, CI and changelog#729
Merged
aleksandr-kotlyar merged 5 commits intoMay 17, 2026
Merged
Conversation
Update release metadata and documentation for 4.1.0. - bump package version to 4.1.0 - add 4.1.0 changelog entry - expand CI matrix with Python 3.12, 3.13, 3.14 and 3.15.0-beta.1 - rework README structure for current Selenium usage - document when to use webdriver-manager instead of Selenium Manager - update compatibility, configuration and usage documentation
…nto release/4.1.0-changelog-from-v4.0.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Prepare the project for the 4.1.0 release.
This PR updates release metadata, expands Python compatibility coverage, refreshes the README, and documents the main fixes and compatibility improvements included in 4.1.0.
Changes
4.1.0.4.1.0changelog entry.webdriver-managerinstead of Selenium Manager.Compatibility
Notes
Python 3.15.0-beta.1 is included as experimental CI coverage only. It is not advertised as stable Python 3.15 support.
The README was updated to better reflect the current Selenium ecosystem and clarify when
webdriver-manageris still useful.